widget: Add deprecation annotations for {get,set}_margin_{left,right}
authorDebarshi Ray <debarshir@gnome.org>
Fri, 17 Jan 2014 13:15:34 +0000 (14:15 +0100)
committerDebarshi Ray <debarshir@gnome.org>
Fri, 17 Jan 2014 17:03:52 +0000 (18:03 +0100)
Fallout from 9921bec63a3e67e2c2e38ca734590909a9f734b5

gtk/gtkwidget.c

index 578ef6059e97bf12b269607ac95cbd71921465a0..a4e3632999fa2d48d948fcdbfea583f40e02d139 100644 (file)
@@ -14063,6 +14063,8 @@ gtk_widget_set_valign (GtkWidget *widget,
  *
  * Returns: The left margin of @widget
  *
+ * Deprecated: 3.12: Use gtk_widget_get_margin_start() instead.
+ *
  * Since: 3.0
  */
 gint
@@ -14081,6 +14083,8 @@ gtk_widget_get_margin_left (GtkWidget *widget)
  * Sets the left margin of @widget.
  * See the #GtkWidget:margin-left property.
  *
+ * Deprecated: 3.12: Use gtk_widget_set_margin_start() instead.
+ *
  * Since: 3.0
  */
 void
@@ -14114,6 +14118,8 @@ gtk_widget_set_margin_left (GtkWidget *widget,
  *
  * Returns: The right margin of @widget
  *
+ * Deprecated: 3.12: Use gtk_widget_get_margin_end() instead.
+ *
  * Since: 3.0
  */
 gint
@@ -14132,6 +14138,8 @@ gtk_widget_get_margin_right (GtkWidget *widget)
  * Sets the right margin of @widget.
  * See the #GtkWidget:margin-right property.
  *
+ * Deprecated: 3.12: Use gtk_widget_set_margin_end() instead.
+ *
  * Since: 3.0
  */
 void